-
I’m creating a java with Gradle, and I can’t use it in an app because of error when accessing it …
- 384 views
- 0 answers
- 0 votes
-
I want to run a gradle build inside a container, then execute the jar with its config file and server …
- 376 views
- 1 answers
- 0 votes
-
I have a rest server written in java and using gradle as it build system. In one my class I …
- 357 views
- 2 answers
- 0 votes
-
I am working with Twilio SMS project for Android Java but I am facing a problem. When I’m going to …
- 0 views
- 0 answers
- 0 votes
-
I am learning JUnit 5 with Gradle 6.5.1. I have 2 questions. public class FruitCalculator { public int addFruit(int fruit1, …
- 355 views
- 1 answers
- 0 votes
-
Building an EAR file with Gradle: How to configure the webmodules if they are SNAPSHOT dependencies?
I create an EAR file from external dependencies using Gradle like this: … dependencies { … deploy group: ‘xx.xxx.xxx.xxx’, name: …
- 426 views
- 1 answers
- 0 votes